projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2649d3
)
(make-symbolic-link): Declare as function.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 22 Nov 2007 13:52:04 +0000
(13:52 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 22 Nov 2007 13:52:04 +0000
(13:52 +0000)
lisp/wdired.el
patch
|
blob
|
history
diff --git
a/lisp/wdired.el
b/lisp/wdired.el
index a76ac809feb659ed4883fc9e614ce104919858e4..39d27d578481a8eacb8208d6ae306a9b25b1e214 100644
(file)
--- a/
lisp/wdired.el
+++ b/
lisp/wdired.el
@@
-556,6
+556,7
@@
If OLD, return the old target. If MOVE, move point before it."
(if move (goto-char (1- beg)))))
(and target (wdired-normalize-filename target))))
+(declare-function make-symbolic-link "fileio.c")
;; Perform the changes in the target of the changed links.
(defun wdired-do-symlink-changes ()